projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c37125
)
reftests: Fix background-area test
author
Benjamin Otte
<otte@redhat.com>
Thu, 22 May 2014 15:35:34 +0000
(17:35 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Thu, 22 May 2014 15:38:50 +0000
(17:38 +0200)
The test should include reset-to-defaults.css but apparently it is older
than that file. So it broke when buttons started using shadows.
testsuite/reftests/background-area.css
patch
|
blob
|
history
diff --git
a/testsuite/reftests/background-area.css
b/testsuite/reftests/background-area.css
index 8c4e6112748edbee35bc0a707bd7864a78c4d6c6..93870ea8ed13e81b31ef744a080f0630cfda13a7 100644
(file)
--- a/
testsuite/reftests/background-area.css
+++ b/
testsuite/reftests/background-area.css
@@
-1,11
+1,4
@@
-* {
- engine: none;
- border-style: none;
- border-image: none;
- background-image: none;
- background-clip: border-box;
- border-radius: 0;
-}
+@import "reset-to-defaults.css";
GtkWindow {
background-color: rgb(0,255,0);